nhooyr.io/websocket.msgWriter.c (field)
13 uses
nhooyr.io/websocket (current package)
write.go#L53: c *Conn
write.go#L69: c: c,
write.go#L90: if mw.c.client {
write.go#L91: return !mw.c.copts.clientNoContextTakeover
write.go#L93: return !mw.c.copts.serverNoContextTakeover
write.go#L162: mw.c.close(err)
write.go#L166: if mw.c.flate() {
write.go#L169: if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {
write.go#L182: n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
write.go#L212: _, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)
write.go#L225: if mw.c.client {
write.go#L226: mw.c.writeFrameMu.forceLock()
write.go#L227: putBufioWriter(mw.c.bw)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |